home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / 123hard.pat < prev    next >
Text File  |  1985-03-15  |  2KB  |  55 lines

  1. This patch allows you to run Lotus 123, V.1A, from your hard disk,
  2. without requiring you to have your system diskette in the floppy
  3. drive.  It may work on other releases of 123, but I have had no
  4. opportunity to verify that.
  5.  
  6. First, copy 123.EXE as 123.TMP.  (This copy may be on your hard disk.
  7. Please do not make this patch on your distribution system diskette.)
  8.  
  9. Use DEBUG to patch 123.TMP as shown below.  (Enter the commands shown at
  10. the DEBUG prompt "-".  You will not see XXXX, but a segment address that
  11. depends on your system.  Please note that this is to show you how to
  12. patch 123, not the most effecient way to use DEBUG commands.)
  13. If the DEBUG "S" commands return different offsets than are shown--eg,
  14. if instead of XXXX:AB99, you see XXXX:ABA5--but you have only the one
  15. or two matches as shown, go ahead with the patch.  I told you not to
  16. use your distribution diskette.  You can't hurt anything playing with
  17. this copy.
  18.  
  19. C>DEBUG 123.TMP
  20. -S CS:100 L 0000 59 73 3A
  21. XXXX:AB99
  22. -E XXXX:AB99
  23. XXXX:AB99  59.     73.     3A.     80.     FC.     02.04
  24. -S CS:100 L 0000 59 73 20
  25. XXXX:ABB3
  26. -E XXXX:ABB3
  27. XXXX:ABB3  59.     73.     20.     80.     FC.
  28. XXXX:ABB8  02.04
  29. -S CS:100 L 0000 59 73 05
  30. XXXX:ABCD
  31. -E XXXX:ABCD
  32. XXXX:ABCD  59.     73.EB
  33. -S CS:100 L 0000 B2 00 B4 02
  34. XXXX:AB83
  35. -E XXXX:AB83
  36. XXXX:AB83  B2.     00.02
  37. -S CS:100 L 0000 80 FC 04 74 05
  38. XXXX:AB9C
  39. XXXX:ABB6
  40. -E XXXX:AB9C
  41. XXXX:AB9C  80.     FC.     04.     74.EB
  42. -E XXXX:ABB6
  43. XXXX:ABB6  80.     FC.
  44. XXXX:ABB8  04.     74.EB
  45. -W
  46. Writing 15F80 bytes
  47. -Q
  48.  
  49. Rename 123.TMP 123.EXE.  You should now be able to run 123 from your
  50. hard disk without having anything in the A: drive.
  51.  
  52. Needless to say, perhaps, but I take no blame for any trouble this
  53. gets you into.  It has NEVER caused me any problems.
  54.  
  55. Karl Brendel